Realm

data class Realm(val id: RealmId, val displayName: String)

Realm information associated with a Passkey. A Realm is a unique administrative domain within a Tenant. Some Tenants will only need the use of a single Realm, in this case a Realm and a Tenant may seem synonymous. Each Realm contains a unique set of Directory, Policy, Event, Application, and Branding objects.

Constructors

Link copied to clipboard
fun Realm(id: RealmId, displayName: String)

Properties

Link copied to clipboard

The display name of the realm.

Link copied to clipboard
val id: RealmId

The unique identifier of the realm.